Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI TRADACOMS Folder | Summary of Elements in this Folder | wm.b2b.edi.tradacoms.compose:addToTradacomsTransmission
 
wm.b2b.edi.tradacoms.compose:addToTradacomsTransmission
WmEDI. Adds message segments to the TradacomsTransmission object that the wm.b2b.edi.tradacoms.compose:startTradacomsTransmission service returned.
Input Parameters
TradacomsTransmission
Object The TradacomsTransmission object that the wm.b2b.edi.tradacoms.compose:startTradacomsTransmission service returned.
values
Document Message segments that will be written to the TradacomsTransmission object. You can specify one or more header messages, detail messages, and trailer messages. In addition you may specify a VAT trailer, if appropriate.
Note:
You are responsible for entering segments in the sequence that the TRADACOMS standard expects. This service does not sort messages into the proper sequence.
TradacomsFFSchema
String The flat file schema used to convert values to a String.
FormatInfo
Document (optional) Values you want the addToTradacomsTransmission service to pass unmodified to all format services it invokes.
startAt
String Optional. Allows the addToTradacomsTransmission service to start at a specific record in the flat file schema used to create the output string. Specify the path to the element where you want to start composing the output string.
Output Parameters
TradacomsTransmission
Object Used to write transmission information to disk or held in memory. If the document exceeds the Large Document threshold, or if the outputFileName is specified, it will be written to disk. Otherwise, the completed document will be held in memory. For information about the Large Document threshold, see the chapter on handling large documents in the webMethods Module for EDI Installation and User’s Guide.